crypto/cipher.ofb.outUsed (field)
9 uses
crypto/cipher (current package)
ofb.go#L19: outUsed int
ofb.go#L48: outUsed: 0,
ofb.go#L57: remain := len(x.out) - x.outUsed
ofb.go#L58: if remain > x.outUsed {
ofb.go#L61: copy(x.out, x.out[x.outUsed:])
ofb.go#L69: x.outUsed = 0
ofb.go#L80: if x.outUsed >= len(x.out)-x.b.BlockSize() {
ofb.go#L83: n := subtle.XORBytes(dst, src, x.out[x.outUsed:])
ofb.go#L86: x.outUsed += n
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)